home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2011 January / SAN CD 1-2011 CD-ROM 68.iso / pc / issueMedia / Software / AviStack2 / IDL70 / lib / wavelet / relnotes.txt < prev   
Encoding:
Text File  |  2007-11-08  |  5.5 KB  |  140 lines

  1. $Id: //depot/idl/IDL_70/idldir/lib/wavelet/relnotes.txt#1 $
  2.  
  3. IDL Wavelet Toolkit
  4. ____________________________________________________________________________
  5.  
  6. This relnotes.txt document provides additional information
  7. not contained in the Online help manual.
  8. ____________________________________________________________________________
  9.  
  10.  
  11. ****************************************************************************
  12.     Changes for IDL Wavelet Toolkit 6.1
  13. ****************************************************************************
  14.  
  15.  o  Change version number to match IDL's version.
  16.  o  Remove license restriction from:
  17.         WV_CWT
  18.         WV_DWT
  19.         WV_FN_COIFLET
  20.         WV_FN_DAUBECHIES
  21.         WV_FN_GAUSSIAN
  22.         WV_FN_HAAR
  23.         WV_FN_MORLET
  24.         WV_FN_PAUL
  25.         WV_FN_SYMLET
  26.         WV_PWT
  27.     You no longer need a license to run the core wavelet analysis routines.
  28.     A license is only needed for the GUI routines:
  29.         WV_APPLET
  30.         WV_PLOT3D_WPS
  31.         WV_PLOT_MULTIRES
  32.         WV_TOOL_DENOISE
  33.  
  34.  
  35. ****************************************************************************
  36.     Changes for IDL Wavelet Toolkit 1.6
  37. ****************************************************************************
  38.  
  39.  o  Fix WV_CWT so it doesn't convert complex input to real.
  40.  o  Added tooltips to buttons.
  41.  
  42.  
  43. ****************************************************************************
  44.     Changes for IDL Wavelet Toolkit 1.5
  45. ****************************************************************************
  46.  
  47. Bug Fixes
  48. ---------
  49.  o  DSCALE, NSCALE and START_SCALE keywords were not accepted by WV_CWT.
  50.     They now work correctly.
  51.  o  If a data field contains a negative number that requires scientific
  52.     notation, the format string could overflow. Fixed.
  53.  o  WV_DWT/WV_PWT would crash if passed a temporary variable, and then
  54.     the result was made into a temporary. Don't free a temporary twice.
  55.  o  In WV_DENOISE, if neither COEFFICIENTS nor PERCENT were input, then
  56.     only one coefficient was being retained, rather than all of them. Fixed.
  57.  o  In WV_PLOT3D_WPS, for 1D vectors with length not a power of two, the
  58.     extra padding was not being removed after computing the discrete
  59.     transform. Wasn't a problem for the continuous transform.
  60.  
  61.  
  62. ****************************************************************************
  63.     Changes for IDL Wavelet Toolkit 1.4
  64. ****************************************************************************
  65.  
  66. New Functions
  67. -------------
  68. Command         Description
  69. WV_CWT          Returns the one-dimensional continuous wavelet transform
  70.                 of the input array. The transform is done using a
  71.                 user-inputted wavelet function.
  72. WV_DENOISE      Uses the wavelet transform to filter (or de-noise) a
  73.                 multi-dimensional array.
  74. WV_FN_GAUSSIAN  Constructs wavelet coefficients for the
  75.                 Gaussian wavelet function.
  76. WV_FN_MORLET    Constructs wavelet coefficients for the
  77.                 Morlet wavelet function.
  78. WV_FN_PAUL      Constructs wavelet coefficients for the
  79.                 Paul wavelet function.
  80.  
  81.  
  82. New and Updated Keywords/Arguments
  83. ----------------------------------
  84. WV_APPLET
  85.     Input: This argument can now either be a string representing a
  86.            save file to open, or an array of data.
  87.  
  88. WV_CW_WAVELET
  89.     DISCRETE: Set this keyword to include only discrete wavelets
  90.         in the list of wavelet functions. Set this keyword to zero to
  91.         include only continuous wavelets.
  92.         The default is to include all available wavelets.
  93.     NO_COLOR: If this keyword is set, the wavelet functions will be
  94.         drawn in black and white.
  95.     NO_DRAW_WINDOW: If this keyword is set, the draw window will not
  96.         be included within the widget.
  97.     VALUE: Set this keyword to an anonymous structure of the form
  98.         {FAMILY:'', ORDER:0d} representing the
  99.         initial value for the widget.
  100.  
  101. WV_PLOT3D_WPS
  102.     Input: This argument can now either be a string representing
  103.         the file to open, or an array of data.
  104.     SURFACE_STYLE: Set this keyword to an integer specifying the
  105.         initial style to use for the three-dimensional surface.
  106.         Valid values are:
  107.             0 = Off
  108.             1 = Points
  109.             2 = Mesh
  110.             3 = Shaded
  111.             4 = XZ lines
  112.             5 = YZ lines
  113.             6 = Lego
  114.             7 = Lego fill
  115.  
  116. Bug Fixes
  117. ---------
  118.  o  Visualize --> Wavelet Power Spectrum does not work on Mac.
  119.     Problem was due to duplicate line of code.
  120.  o  Wavelet Toolkit won't start if an undefined procedure/function exists.
  121.     Problem was due to RESOLVE_ALL within WV_APPLET.
  122.  o  Change File-->Open error message to state that file is not a
  123.     valid Wavelet save file.
  124.  o  Changed the Haar offset parameters from ioff=joff=0 to ioff=joff=1,
  125.     to match those for Daubechies order=1.
  126.  o  Allow user to input multiple columns of an ASCII file as either
  127.     separate time series or a 2D array. If first column has the name "time"
  128.     then it is assumed to be the independent variable.
  129.  o  Make data changes, then Select File-->Exit. The "Cancel" button now
  130.     returns user to the applet rather than exiting.
  131.  
  132.  
  133. ****************************************************************************
  134.     Changes for IDL Wavelet Toolkit 1.0
  135. ****************************************************************************
  136.  
  137. Version 1.0 was the initial release, and shipped with IDL 5.3.
  138. There were no version numbers 1.1-1.3.
  139. The next version was IDL Wavelet Toolkit 1.4.
  140.